home *** CD-ROM | disk | FTP | other *** search
Text File | 1986-10-17 | 656 b | 46 lines | [THED/THTH] |
- |
- | RA™
- |
- | Output window control
- |
- | © 1986 COM~LINK & S.Koren
- |
- ≈
- #M;
- "RA™ allows you to programatically!"
- "control the output window.!!"
- "You can size, move, hide or !"
- "initialize the window.!!"
- #A;
- 30 30 ∫ | size output
- #A;
- 100 100 ¬ | move output
- 0 √ | hide window
- 0 1 - √ | show window
- ≈ | init window
- #A;
- "THE END."
- $
- &A
- "Hit any key: " ?§ µ @`
- |
- | RA title routine
- |
- &M @ #L; 8 A: ( #N; A. 1 - A: A. 0 > ~ ) #L; #O; #P;`
-
- &O
- 40 100 Ω
- "RA™"
- 60 45 Ω
- "© 1986 COM~LINK & S.Koren"
- 80 60 Ω
- "All rights reserved." `
-
- &L
- 35 A: ("•" A. 1 - A: A. 0 > ~ ) "!"`
-
- &N
- "•" 33 A: (" " A. 1 - A: A. 0 > ~ ) "•" "!"`
-
- &P ?§ @ `
- $